home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Co-Cz / COLUMNIZER.cpt / columnizer / background_6824.txt < prev    next >
Text File  |  1988-02-24  |  23KB  |  1,113 lines

  1. -- background: 6824 from stack: in
  2. -- bmap block id: 6913
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: APPL. BACKGROUND
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   show menuBar
  10.   pass openStack
  11.   set user level to 2
  12. end openStack
  13.  
  14. on OpenCard
  15.   hide bkgnd field "margin note"
  16.   hide bkgnd button "OK"
  17.   show bkgnd button "note button"
  18.   show bkgnd button "Index button"
  19.   get the name of this card
  20.   put it into background field "Where"
  21.   put the time into field "Time Field"
  22.   put the date into field "Date Field"
  23.   show bkgnd field "MC"
  24.   put "go to MASTER CARD" into field "MC"
  25.  
  26. end openCard
  27.  
  28. on closeCard
  29.   hide bkgnd field "margin note"
  30.   hide bkgnd button "OK"
  31.   show bkgnd button "note button"
  32. end closeCard
  33.  
  34.  
  35.  
  36.  
  37. -- part 16 (button)
  38. -- low flags: 00
  39. -- high flags: 2000
  40. -- rect: left=63 top=296 right=321 bottom=94
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 19678 / 19678
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: Tell Me About...
  49. ----- HyperTalk script -----
  50. on mouseUp
  51.   visual effect iris open slowly
  52.   go to card "About Me"
  53. end mouseUp
  54.  
  55.  
  56. -- part 17 (button)
  57. -- low flags: 00
  58. -- high flags: 0000
  59. -- rect: left=353 top=294 right=321 bottom=381
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 26635 / 26635
  62. -- text alignment: 1
  63. -- font id: 0
  64. -- text size: 12
  65. -- style flags: 0
  66. -- line height: 16
  67. -- part name: Help
  68. ----- HyperTalk script -----
  69. on mouseUp
  70.   help
  71. end mouseUp
  72.  
  73.  
  74. -- part 18 (button)
  75. -- low flags: 00
  76. -- high flags: 0000
  77. -- rect: left=379 top=293 right=321 bottom=411
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 21847 / 21847
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: Home
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   visual effect iris close
  89.   go home
  90. end mouseUp
  91.  
  92.  
  93.  
  94.  
  95. -- part 19 (button)
  96. -- low flags: 00
  97. -- high flags: 2000
  98. -- rect: left=415 top=291 right=314 bottom=441
  99. -- title width / last selected line: 0
  100. -- icon id / first selected line: 16560 / 16560
  101. -- text alignment: 1
  102. -- font id: 0
  103. -- text size: 12
  104. -- style flags: 0
  105. -- line height: 16
  106. -- part name: Next
  107. ----- HyperTalk script -----
  108. on mouseUp
  109.   visual effect wipe up slowly
  110.   go to next card
  111. end mouseUp
  112.  
  113.  
  114. -- part 20 (button)
  115. -- low flags: 00
  116. -- high flags: 2000
  117. -- rect: left=34 top=295 right=317 bottom=61
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 15420 / 15420
  120. -- text alignment: 1
  121. -- font id: 0
  122. -- text size: 12
  123. -- style flags: 0
  124. -- line height: 16
  125. -- part name: Prev
  126. ----- HyperTalk script -----
  127. on mouseUp
  128.   visual effect wipe down slowly
  129.   go to previous card
  130. end mouseUp
  131.  
  132.  
  133. -- part 21 (button)
  134. -- low flags: 00
  135. -- high flags: 2000
  136. -- rect: left=19 top=25 right=53 bottom=50
  137. -- title width / last selected line: 0
  138. -- icon id / first selected line: 1015 / 1015
  139. -- text alignment: 1
  140. -- font id: 0
  141. -- text size: 12
  142. -- style flags: 0
  143. -- line height: 16
  144. -- part name: Button1
  145. ----- HyperTalk script -----
  146. on mouseUp
  147.  
  148.   go to card "Utilities"
  149. end mouseUp
  150.  
  151.  
  152.  
  153. -- part 22 (button)
  154. -- low flags: 00
  155. -- high flags: 2000
  156. -- rect: left=19 top=53 right=81 bottom=50
  157. -- title width / last selected line: 0
  158. -- icon id / first selected line: 1015 / 1015
  159. -- text alignment: 1
  160. -- font id: 0
  161. -- text size: 12
  162. -- style flags: 0
  163. -- line height: 16
  164. -- part name: Button2
  165. ----- HyperTalk script -----
  166. on mouseUp
  167.   go to card "Languages"
  168. end mouseUp
  169.  
  170.  
  171.  
  172. -- part 23 (button)
  173. -- low flags: 00
  174. -- high flags: 2000
  175. -- rect: left=19 top=81 right=109 bottom=50
  176. -- title width / last selected line: 0
  177. -- icon id / first selected line: 1015 / 1015
  178. -- text alignment: 1
  179. -- font id: 0
  180. -- text size: 12
  181. -- style flags: 0
  182. -- line height: 16
  183. -- part name: Button3
  184. ----- HyperTalk script -----
  185. on mouseUp
  186.   go to card "Games"
  187. end mouseUp
  188.  
  189.  
  190.  
  191. -- part 24 (button)
  192. -- low flags: 00
  193. -- high flags: 2000
  194. -- rect: left=19 top=108 right=136 bottom=50
  195. -- title width / last selected line: 0
  196. -- icon id / first selected line: 1015 / 1015
  197. -- text alignment: 1
  198. -- font id: 0
  199. -- text size: 12
  200. -- style flags: 0
  201. -- line height: 16
  202. -- part name: Button4
  203. ----- HyperTalk script -----
  204. on mouseUp
  205.   go to card "Documents"
  206. end mouseUp
  207.  
  208.  
  209.  
  210. -- part 25 (button)
  211. -- low flags: 00
  212. -- high flags: 2000
  213. -- rect: left=19 top=135 right=163 bottom=50
  214. -- title width / last selected line: 0
  215. -- icon id / first selected line: 1015 / 1015
  216. -- text alignment: 1
  217. -- font id: 0
  218. -- text size: 12
  219. -- style flags: 0
  220. -- line height: 16
  221. -- part name: Button5
  222. ----- HyperTalk script -----
  223. on mouseUp
  224.   go to card "Misc Stuff"
  225. end mouseUp
  226.  
  227.  
  228.  
  229. -- part 32 (field)
  230. -- low flags: 01
  231. -- high flags: 0001
  232. -- rect: left=67 top=251 right=266 bottom=214
  233. -- title width / last selected line: 0
  234. -- icon id / first selected line: 0 / 0
  235. -- text alignment: 1
  236. -- font id: 4
  237. -- text size: 12
  238. -- style flags: 256
  239. -- line height: 16
  240. -- part name: WHERE
  241.  
  242.  
  243. -- part 33 (field)
  244. -- low flags: 01
  245. -- high flags: 0001
  246. -- rect: left=66 top=225 right=242 bottom=213
  247. -- title width / last selected line: 0
  248. -- icon id / first selected line: 0 / 0
  249. -- text alignment: 1
  250. -- font id: 4
  251. -- text size: 12
  252. -- style flags: 256
  253. -- line height: 16
  254. -- part name: MC
  255.  
  256.  
  257. -- part 34 (field)
  258. -- low flags: 00
  259. -- high flags: 0002
  260. -- rect: left=332 top=37 right=49 bottom=437
  261. -- title width / last selected line: 0
  262. -- icon id / first selected line: 0 / 0
  263. -- text alignment: 1
  264. -- font id: 4
  265. -- text size: 9
  266. -- style flags: 256
  267. -- line height: 12
  268. -- part name: App1
  269.  
  270.  
  271. -- part 41 (button)
  272. -- low flags: 00
  273. -- high flags: 2000
  274. -- rect: left=303 top=31 right=56 bottom=328
  275. -- title width / last selected line: 0
  276. -- icon id / first selected line: 1015 / 1015
  277. -- text alignment: 1
  278. -- font id: 0
  279. -- text size: 12
  280. -- style flags: 0
  281. -- line height: 16
  282. -- part name: B 1
  283. ----- HyperTalk script -----
  284. on mouseUp
  285.   put the name of this card into myname
  286.   open field "App1"
  287. end mouseUp
  288.  
  289.  
  290.  
  291. -- part 45 (button)
  292. -- low flags: 00
  293. -- high flags: 2000
  294. -- rect: left=303 top=56 right=81 bottom=328
  295. -- title width / last selected line: 0
  296. -- icon id / first selected line: 1015 / 1015
  297. -- text alignment: 1
  298. -- font id: 0
  299. -- text size: 12
  300. -- style flags: 0
  301. -- line height: 16
  302. -- part name: B 2
  303. ----- HyperTalk script -----
  304. on mouseUp
  305.   put the name of this card into myname
  306.   open field "App2"
  307. end mouseUp
  308.  
  309.  
  310.  
  311.  
  312. -- part 46 (button)
  313. -- low flags: 00
  314. -- high flags: 2000
  315. -- rect: left=303 top=80 right=105 bottom=328
  316. -- title width / last selected line: 0
  317. -- icon id / first selected line: 1015 / 1015
  318. -- text alignment: 1
  319. -- font id: 0
  320. -- text size: 12
  321. -- style flags: 0
  322. -- line height: 16
  323. -- part name: B 3
  324. ----- HyperTalk script -----
  325. on mouseUp
  326.   put the name of this card into myname
  327.   open field "App3"
  328. end mouseUp
  329.  
  330.  
  331.  
  332.  
  333. -- part 47 (button)
  334. -- low flags: 00
  335. -- high flags: 2000
  336. -- rect: left=35 top=318 right=339 bottom=60
  337. -- title width / last selected line: 0
  338. -- icon id / first selected line: 24317 / 24317
  339. -- text alignment: 1
  340. -- font id: 0
  341. -- text size: 12
  342. -- style flags: 0
  343. -- line height: 16
  344. -- part name: First
  345. ----- HyperTalk script -----
  346. on mouseUp
  347.   visual effect barn door open slowly
  348.   go to first card
  349. end mouseUp
  350.  
  351.  
  352.  
  353. -- part 48 (button)
  354. -- low flags: 00
  355. -- high flags: 2000
  356. -- rect: left=415 top=318 right=336 bottom=440
  357. -- title width / last selected line: 0
  358. -- icon id / first selected line: 29903 / 29903
  359. -- text alignment: 1
  360. -- font id: 0
  361. -- text size: 12
  362. -- style flags: 0
  363. -- line height: 16
  364. -- part name: Last
  365. ----- HyperTalk script -----
  366. on mouseUp
  367.   visual effect barn door close slowly
  368.   go to last card
  369. end mouseUp
  370.  
  371.  
  372.  
  373. -- part 49 (button)
  374. -- low flags: 00
  375. -- high flags: 2000
  376. -- rect: left=13 top=245 right=284 bottom=55
  377. -- title width / last selected line: 0
  378. -- icon id / first selected line: 2507 / 2507
  379. -- text alignment: 1
  380. -- font id: 0
  381. -- text size: 12
  382. -- style flags: 0
  383. -- line height: 16
  384. -- part name: Help
  385. ----- HyperTalk script -----
  386. on mouseUp
  387.   show card field "About"
  388. end mouseUp
  389.  
  390.  
  391. -- part 50 (field)
  392. -- low flags: 00
  393. -- high flags: 0002
  394. -- rect: left=332 top=63 right=75 bottom=437
  395. -- title width / last selected line: 0
  396. -- icon id / first selected line: 0 / 0
  397. -- text alignment: 1
  398. -- font id: 4
  399. -- text size: 9
  400. -- style flags: 256
  401. -- line height: 12
  402. -- part name: App2
  403.  
  404.  
  405. -- part 51 (field)
  406. -- low flags: 00
  407. -- high flags: 0002
  408. -- rect: left=332 top=87 right=99 bottom=437
  409. -- title width / last selected line: 0
  410. -- icon id / first selected line: 0 / 0
  411. -- text alignment: 1
  412. -- font id: 4
  413. -- text size: 9
  414. -- style flags: 256
  415. -- line height: 12
  416. -- part name: App3
  417.  
  418.  
  419. -- part 52 (field)
  420. -- low flags: 00
  421. -- high flags: 0002
  422. -- rect: left=332 top=111 right=123 bottom=437
  423. -- title width / last selected line: 0
  424. -- icon id / first selected line: 0 / 0
  425. -- text alignment: 1
  426. -- font id: 4
  427. -- text size: 9
  428. -- style flags: 256
  429. -- line height: 12
  430. -- part name: App4
  431.  
  432.  
  433. -- part 53 (field)
  434. -- low flags: 00
  435. -- high flags: 0002
  436. -- rect: left=331 top=135 right=147 bottom=436
  437. -- title width / last selected line: 0
  438. -- icon id / first selected line: 0 / 0
  439. -- text alignment: 1
  440. -- font id: 4
  441. -- text size: 9
  442. -- style flags: 256
  443. -- line height: 12
  444. -- part name: App5
  445.  
  446.  
  447. -- part 54 (field)
  448. -- low flags: 00
  449. -- high flags: 0002
  450. -- rect: left=332 top=160 right=172 bottom=437
  451. -- title width / last selected line: 0
  452. -- icon id / first selected line: 0 / 0
  453. -- text alignment: 1
  454. -- font id: 4
  455. -- text size: 9
  456. -- style flags: 256
  457. -- line height: 12
  458. -- part name: App6
  459.  
  460.  
  461. -- part 55 (field)
  462. -- low flags: 00
  463. -- high flags: 0002
  464. -- rect: left=332 top=187 right=199 bottom=437
  465. -- title width / last selected line: 0
  466. -- icon id / first selected line: 0 / 0
  467. -- text alignment: 1
  468. -- font id: 4
  469. -- text size: 9
  470. -- style flags: 256
  471. -- line height: 12
  472. -- part name: App7
  473.  
  474.  
  475. -- part 56 (field)
  476. -- low flags: 00
  477. -- high flags: 0002
  478. -- rect: left=333 top=213 right=225 bottom=438
  479. -- title width / last selected line: 0
  480. -- icon id / first selected line: 0 / 0
  481. -- text alignment: 1
  482. -- font id: 4
  483. -- text size: 9
  484. -- style flags: 256
  485. -- line height: 12
  486. -- part name: App8
  487.  
  488.  
  489. -- part 57 (field)
  490. -- low flags: 00
  491. -- high flags: 0002
  492. -- rect: left=332 top=237 right=249 bottom=437
  493. -- title width / last selected line: 0
  494. -- icon id / first selected line: 0 / 0
  495. -- text alignment: 1
  496. -- font id: 4
  497. -- text size: 9
  498. -- style flags: 256
  499. -- line height: 12
  500. -- part name: App9
  501.  
  502.  
  503. -- part 58 (field)
  504. -- low flags: 00
  505. -- high flags: 0002
  506. -- rect: left=333 top=261 right=273 bottom=438
  507. -- title width / last selected line: 0
  508. -- icon id / first selected line: 0 / 0
  509. -- text alignment: 1
  510. -- font id: 4
  511. -- text size: 9
  512. -- style flags: 256
  513. -- line height: 12
  514. -- part name: App10
  515.  
  516.  
  517. -- part 60 (button)
  518. -- low flags: 00
  519. -- high flags: 2000
  520. -- rect: left=303 top=105 right=130 bottom=328
  521. -- title width / last selected line: 0
  522. -- icon id / first selected line: 1015 / 1015
  523. -- text alignment: 1
  524. -- font id: 0
  525. -- text size: 12
  526. -- style flags: 0
  527. -- line height: 16
  528. -- part name: B 4
  529. ----- HyperTalk script -----
  530. on mouseUp
  531.   put the name of this card into myname
  532.   open field "App4"
  533. end mouseUp
  534.  
  535.  
  536.  
  537.  
  538. -- part 61 (button)
  539. -- low flags: 00
  540. -- high flags: 2000
  541. -- rect: left=303 top=130 right=155 bottom=328
  542. -- title width / last selected line: 0
  543. -- icon id / first selected line: 1015 / 1015
  544. -- text alignment: 1
  545. -- font id: 0
  546. -- text size: 12
  547. -- style flags: 0
  548. -- line height: 16
  549. -- part name: B 5
  550. ----- HyperTalk script -----
  551. on mouseUp
  552.   put the name of this card into myname
  553.   open field "App5"
  554. end mouseUp
  555.  
  556.  
  557.  
  558.  
  559. -- part 62 (button)
  560. -- low flags: 00
  561. -- high flags: 2000
  562. -- rect: left=303 top=155 right=180 bottom=328
  563. -- title width / last selected line: 0
  564. -- icon id / first selected line: 1015 / 1015
  565. -- text alignment: 1
  566. -- font id: 0
  567. -- text size: 12
  568. -- style flags: 0
  569. -- line height: 16
  570. -- part name: B 6
  571. ----- HyperTalk script -----
  572. on mouseUp
  573.   put the name of this card into myname
  574.   open field "App6"
  575. end mouseUp
  576.  
  577.  
  578.  
  579.  
  580. -- part 63 (button)
  581. -- low flags: 00
  582. -- high flags: 2000
  583. -- rect: left=303 top=180 right=205 bottom=328
  584. -- title width / last selected line: 0
  585. -- icon id / first selected line: 1015 / 1015
  586. -- text alignment: 1
  587. -- font id: 0
  588. -- text size: 12
  589. -- style flags: 0
  590. -- line height: 16
  591. -- part name: B 7
  592. ----- HyperTalk script -----
  593. on mouseUp
  594.   put the name of this card into myname
  595.   open field "App7"
  596. end mouseUp
  597.  
  598.  
  599.  
  600.  
  601. -- part 64 (button)
  602. -- low flags: 00
  603. -- high flags: 2000
  604. -- rect: left=303 top=205 right=230 bottom=328
  605. -- title width / last selected line: 0
  606. -- icon id / first selected line: 1015 / 1015
  607. -- text alignment: 1
  608. -- font id: 0
  609. -- text size: 12
  610. -- style flags: 0
  611. -- line height: 16
  612. -- part name: B 8
  613. ----- HyperTalk script -----
  614. on mouseUp
  615.   put the name of this card into myname
  616.   open field "App8"
  617. end mouseUp
  618.  
  619.  
  620.  
  621.  
  622. -- part 65 (button)
  623. -- low flags: 00
  624. -- high flags: 2000
  625. -- rect: left=303 top=230 right=255 bottom=328
  626. -- title width / last selected line: 0
  627. -- icon id / first selected line: 1015 / 1015
  628. -- text alignment: 1
  629. -- font id: 0
  630. -- text size: 12
  631. -- style flags: 0
  632. -- line height: 16
  633. -- part name: B 9
  634. ----- HyperTalk script -----
  635. on mouseUp
  636.   put the name of this card into myname
  637.   open field "App9"
  638. end mouseUp
  639.  
  640.  
  641.  
  642.  
  643. -- part 66 (button)
  644. -- low flags: 00
  645. -- high flags: 2000
  646. -- rect: left=303 top=255 right=280 bottom=328
  647. -- title width / last selected line: 0
  648. -- icon id / first selected line: 1015 / 1015
  649. -- text alignment: 1
  650. -- font id: 0
  651. -- text size: 12
  652. -- style flags: 0
  653. -- line height: 16
  654. -- part name: B 10
  655. ----- HyperTalk script -----
  656. on mouseUp
  657.   put the name of this card into myname
  658.   open field "App10"
  659. end mouseUp
  660.  
  661.  
  662.  
  663. -- part 67 (button)
  664. -- low flags: 00
  665. -- high flags: 2000
  666. -- rect: left=154 top=32 right=57 bottom=179
  667. -- title width / last selected line: 0
  668. -- icon id / first selected line: 1015 / 1015
  669. -- text alignment: 1
  670. -- font id: 0
  671. -- text size: 12
  672. -- style flags: 0
  673. -- line height: 16
  674. -- part name: B 11
  675. ----- HyperTalk script -----
  676. on mouseUp
  677.   push this card
  678.   put the name of this card into myname
  679.   open field "App11"
  680.   pop card
  681. end mouseUp
  682.  
  683.  
  684.  
  685. -- part 68 (field)
  686. -- low flags: 00
  687. -- high flags: 0002
  688. -- rect: left=186 top=37 right=49 bottom=291
  689. -- title width / last selected line: 0
  690. -- icon id / first selected line: 0 / 0
  691. -- text alignment: 1
  692. -- font id: 4
  693. -- text size: 9
  694. -- style flags: 256
  695. -- line height: 12
  696. -- part name: App11
  697.  
  698.  
  699. -- part 69 (field)
  700. -- low flags: 00
  701. -- high flags: 0002
  702. -- rect: left=186 top=62 right=74 bottom=291
  703. -- title width / last selected line: 0
  704. -- icon id / first selected line: 0 / 0
  705. -- text alignment: 1
  706. -- font id: 4
  707. -- text size: 9
  708. -- style flags: 256
  709. -- line height: 12
  710. -- part name: App12
  711.  
  712.  
  713. -- part 70 (field)
  714. -- low flags: 00
  715. -- high flags: 0002
  716. -- rect: left=187 top=86 right=98 bottom=292
  717. -- title width / last selected line: 0
  718. -- icon id / first selected line: 0 / 0
  719. -- text alignment: 1
  720. -- font id: 4
  721. -- text size: 9
  722. -- style flags: 256
  723. -- line height: 12
  724. -- part name: App13
  725.  
  726.  
  727. -- part 71 (field)
  728. -- low flags: 00
  729. -- high flags: 0002
  730. -- rect: left=187 top=112 right=124 bottom=292
  731. -- title width / last selected line: 0
  732. -- icon id / first selected line: 0 / 0
  733. -- text alignment: 1
  734. -- font id: 4
  735. -- text size: 9
  736. -- style flags: 256
  737. -- line height: 12
  738. -- part name: App14
  739.  
  740.  
  741. -- part 72 (field)
  742. -- low flags: 00
  743. -- high flags: 0002
  744. -- rect: left=188 top=135 right=147 bottom=293
  745. -- title width / last selected line: 0
  746. -- icon id / first selected line: 0 / 0
  747. -- text alignment: 1
  748. -- font id: 4
  749. -- text size: 9
  750. -- style flags: 256
  751. -- line height: 12
  752. -- part name: App15
  753.  
  754.  
  755. -- part 73 (field)
  756. -- low flags: 00
  757. -- high flags: 0002
  758. -- rect: left=188 top=160 right=172 bottom=293
  759. -- title width / last selected line: 0
  760. -- icon id / first selected line: 0 / 0
  761. -- text alignment: 1
  762. -- font id: 4
  763. -- text size: 9
  764. -- style flags: 256
  765. -- line height: 12
  766. -- part name: App16
  767.  
  768.  
  769. -- part 74 (field)
  770. -- low flags: 00
  771. -- high flags: 0002
  772. -- rect: left=188 top=185 right=197 bottom=293
  773. -- title width / last selected line: 0
  774. -- icon id / first selected line: 0 / 0
  775. -- text alignment: 1
  776. -- font id: 4
  777. -- text size: 9
  778. -- style flags: 256
  779. -- line height: 12
  780. -- part name: App17
  781.  
  782.  
  783. -- part 75 (field)
  784. -- low flags: 00
  785. -- high flags: 0002
  786. -- rect: left=188 top=206 right=218 bottom=293
  787. -- title width / last selected line: 0
  788. -- icon id / first selected line: 0 / 0
  789. -- text alignment: 1
  790. -- font id: 4
  791. -- text size: 9
  792. -- style flags: 256
  793. -- line height: 12
  794. -- part name: App18
  795.  
  796.  
  797. -- part 76 (button)
  798. -- low flags: 00
  799. -- high flags: 2000
  800. -- rect: left=154 top=57 right=82 bottom=179
  801. -- title width / last selected line: 0
  802. -- icon id / first selected line: 1015 / 1015
  803. -- text alignment: 1
  804. -- font id: 0
  805. -- text size: 12
  806. -- style flags: 0
  807. -- line height: 16
  808. -- part name: B 12
  809. ----- HyperTalk script -----
  810. on mouseUp
  811.   put the name of this card into myname
  812.   open field "App12"
  813. end mouseUp
  814.  
  815.  
  816.  
  817. -- part 77 (button)
  818. -- low flags: 00
  819. -- high flags: 2000
  820. -- rect: left=154 top=81 right=106 bottom=179
  821. -- title width / last selected line: 0
  822. -- icon id / first selected line: 1015 / 1015
  823. -- text alignment: 1
  824. -- font id: 0
  825. -- text size: 12
  826. -- style flags: 0
  827. -- line height: 16
  828. -- part name: B 13
  829. ----- HyperTalk script -----
  830. on mouseUp
  831.   put the name of this card into myname
  832.   open field "App13"
  833. end mouseUp
  834.  
  835.  
  836.  
  837. -- part 78 (button)
  838. -- low flags: 00
  839. -- high flags: 2000
  840. -- rect: left=154 top=106 right=131 bottom=179
  841. -- title width / last selected line: 0
  842. -- icon id / first selected line: 1015 / 1015
  843. -- text alignment: 1
  844. -- font id: 0
  845. -- text size: 12
  846. -- style flags: 0
  847. -- line height: 16
  848. -- part name: B 14
  849. ----- HyperTalk script -----
  850. on mouseUp
  851.   put the name of this card into myname
  852.   open field "App14"
  853. end mouseUp
  854.  
  855.  
  856.  
  857. -- part 79 (button)
  858. -- low flags: 00
  859. -- high flags: 2000
  860. -- rect: left=154 top=130 right=155 bottom=179
  861. -- title width / last selected line: 0
  862. -- icon id / first selected line: 1015 / 1015
  863. -- text alignment: 1
  864. -- font id: 0
  865. -- text size: 12
  866. -- style flags: 0
  867. -- line height: 16
  868. -- part name: B 15
  869. ----- HyperTalk script -----
  870. on mouseUp
  871.   put the name of this card into myname
  872.   open field "App15"
  873. end mouseUp
  874.  
  875.  
  876.  
  877. -- part 80 (button)
  878. -- low flags: 00
  879. -- high flags: 2000
  880. -- rect: left=154 top=155 right=180 bottom=179
  881. -- title width / last selected line: 0
  882. -- icon id / first selected line: 1015 / 1015
  883. -- text alignment: 1
  884. -- font id: 0
  885. -- text size: 12
  886. -- style flags: 0
  887. -- line height: 16
  888. -- part name: B 16
  889. ----- HyperTalk script -----
  890. on mouseUp
  891.   put the name of this card into myname
  892.   open field "App16"
  893. end mouseUp
  894.  
  895.  
  896.  
  897. -- part 81 (button)
  898. -- low flags: 00
  899. -- high flags: 2000
  900. -- rect: left=154 top=180 right=205 bottom=179
  901. -- title width / last selected line: 0
  902. -- icon id / first selected line: 1015 / 1015
  903. -- text alignment: 1
  904. -- font id: 0
  905. -- text size: 12
  906. -- style flags: 0
  907. -- line height: 16
  908. -- part name: B 17
  909. ----- HyperTalk script -----
  910. on mouseUp
  911.   put the name of this card into myname
  912.   open field "App17"
  913. end mouseUp
  914.  
  915.  
  916.  
  917. -- part 82 (button)
  918. -- low flags: 00
  919. -- high flags: 2000
  920. -- rect: left=154 top=205 right=230 bottom=179
  921. -- title width / last selected line: 0
  922. -- icon id / first selected line: 1015 / 1015
  923. -- text alignment: 1
  924. -- font id: 0
  925. -- text size: 12
  926. -- style flags: 0
  927. -- line height: 16
  928. -- part name: B 18
  929. ----- HyperTalk script -----
  930. on mouseUp
  931.   put the name of this card into myname
  932.   open field "App18"
  933. end mouseUp
  934.  
  935.  
  936.  
  937. -- part 83 (field)
  938. -- low flags: 01
  939. -- high flags: 0002
  940. -- rect: left=79 top=43 right=57 bottom=120
  941. -- title width / last selected line: 0
  942. -- icon id / first selected line: 0 / 0
  943. -- text alignment: 0
  944. -- font id: 3
  945. -- text size: 9
  946. -- style flags: 0
  947. -- line height: 12
  948. -- part name: Time Field
  949.  
  950.  
  951. -- part 84 (field)
  952. -- low flags: 01
  953. -- high flags: 0002
  954. -- rect: left=79 top=64 right=78 bottom=140
  955. -- title width / last selected line: 0
  956. -- icon id / first selected line: 0 / 0
  957. -- text alignment: 0
  958. -- font id: 3
  959. -- text size: 9
  960. -- style flags: 0
  961. -- line height: 12
  962. -- part name: Date Field
  963.  
  964.  
  965. -- part 85 (button)
  966. -- low flags: 00
  967. -- high flags: 2000
  968. -- rect: left=19 top=217 right=245 bottom=50
  969. -- title width / last selected line: 0
  970. -- icon id / first selected line: 1018 / 1018
  971. -- text alignment: 1
  972. -- font id: 0
  973. -- text size: 12
  974. -- style flags: 0
  975. -- line height: 16
  976. -- part name: Index button
  977. ----- HyperTalk script -----
  978. on mouseUp
  979.   go to card "Master Card"
  980.   hide background button "Index button"
  981. end mouseUp
  982.  
  983.  
  984.  
  985. -- part 86 (button)
  986. -- low flags: 00
  987. -- high flags: 2000
  988. -- rect: left=80 top=84 right=115 bottom=123
  989. -- title width / last selected line: 0
  990. -- icon id / first selected line: 10610 / 10610
  991. -- text alignment: 1
  992. -- font id: 0
  993. -- text size: 12
  994. -- style flags: 0
  995. -- line height: 16
  996. -- part name: Dial
  997. ----- HyperTalk script -----
  998. on mouseUp
  999.   get the selection
  1000.   if it is empty then ask "Dial what number?"
  1001.   if it is not empty then
  1002.     push this card
  1003.     visual effect zoom open
  1004.     go to stack "Phone"
  1005.     dial it
  1006.     pop card
  1007.   end if
  1008. end mouseUp
  1009.  
  1010.  
  1011.  
  1012. -- part 90 (button)
  1013. -- low flags: 00
  1014. -- high flags: 2000
  1015. -- rect: left=458 top=293 right=318 bottom=487
  1016. -- title width / last selected line: 0
  1017. -- icon id / first selected line: 1009 / 1009
  1018. -- text alignment: 1
  1019. -- font id: 0
  1020. -- text size: 12
  1021. -- style flags: 0
  1022. -- line height: 16
  1023. -- part name: note button
  1024. ----- HyperTalk script -----
  1025. on mouseUp
  1026.   show field "margin note"
  1027.   show background button "OK"
  1028.   hide background button "note button"
  1029. end mouseUp
  1030.  
  1031.  
  1032.  
  1033. -- part 91 (field)
  1034. -- low flags: 80
  1035. -- high flags: 6004
  1036. -- rect: left=62 top=283 right=342 bottom=420
  1037. -- title width / last selected line: 0
  1038. -- icon id / first selected line: 0 / 0
  1039. -- text alignment: 0
  1040. -- font id: 3
  1041. -- text size: 9
  1042. -- style flags: 0
  1043. -- line height: 10
  1044. -- part name: margin note
  1045.  
  1046.  
  1047. -- part 92 (button)
  1048. -- low flags: 80
  1049. -- high flags: A003
  1050. -- rect: left=453 top=311 right=331 bottom=504
  1051. -- title width / last selected line: 0
  1052. -- icon id / first selected line: 0 / 0
  1053. -- text alignment: 1
  1054. -- font id: 0
  1055. -- text size: 12
  1056. -- style flags: 0
  1057. -- line height: 16
  1058. -- part name: OK
  1059. ----- HyperTalk script -----
  1060. on mouseUp
  1061.   hide bkgnd button "OK"
  1062.   hide background field "margin note"
  1063.   show background button "note button"
  1064. end mouseUp
  1065.  
  1066.  
  1067.  
  1068. -- part 95 (field)
  1069. -- low flags: 81
  1070. -- high flags: 0004
  1071. -- rect: left=60 top=289 right=327 bottom=418
  1072. -- title width / last selected line: 0
  1073. -- icon id / first selected line: 0 / 0
  1074. -- text alignment: 1
  1075. -- font id: 3
  1076. -- text size: 12
  1077. -- style flags: 4352
  1078. -- line height: 24
  1079. -- part name: CL
  1080.  
  1081.  
  1082. -- part 99 (field)
  1083. -- low flags: 01
  1084. -- high flags: 0001
  1085. -- rect: left=66 top=225 right=242 bottom=213
  1086. -- title width / last selected line: 0
  1087. -- icon id / first selected line: 0 / 0
  1088. -- text alignment: 1
  1089. -- font id: 4
  1090. -- text size: 12
  1091. -- style flags: 256
  1092. -- line height: 16
  1093. -- part name: MC
  1094.  
  1095.  
  1096. -- part 100 (button)
  1097. -- low flags: 00
  1098. -- high flags: A004
  1099. -- rect: left=449 top=228 right=276 bottom=504
  1100. -- title width / last selected line: 0
  1101. -- icon id / first selected line: 1015 / 1015
  1102. -- text alignment: 1
  1103. -- font id: 0
  1104. -- text size: 12
  1105. -- style flags: 0
  1106. -- line height: 16
  1107. -- part name: Transfer...
  1108. ----- HyperTalk script -----
  1109. on mouseUp
  1110.   open "the tranfer to"
  1111. end mouseUp
  1112.  
  1113.